home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / IIS5_01.CAB / IIS_IISEC.STR < prev    next >
Encoding:
Text File  |  1999-05-12  |  1.6 KB  |  39 lines

  1. <%
  2. 'Localizable strings for iisec.asp
  3.  
  4. Const L_DIRSEC_TEXT = "Directory Security"
  5. Const L_ACCESS_TEXT="IP Address and Domain Name Restrictions"
  6. Const L_ENABLEANON_TEXT="Grant or deny access to this resource using IP Addresses or Internet Domain Names"
  7. Const L_PWAUTH_TEXT="Anonymous Access and Authentication Control"
  8. Const L_AUTHMETHOD_TEXT="Enable anonymous access and edit the authentication methods for this resource."
  9. Const L_SECCOMM_TEXT="Secure Communications"
  10. Const L_VIEWSECOMM_TEXT="View or set the secure communications method used when the virtual directory is accessed."
  11. Const L_EDIT_TEXT="Edit..."
  12. Const L_ACCESSDENIED_TEXT="Access Denied" 
  13. Const L_WORKINGSERVER_TEXT="Warning! You are changing a property on the site you are currently connected to, and may disable your remote session."
  14. '=== Code Change RWS ==='
  15. 'Const L_ENABLEMAPPING_TEXT="Enable Window Active Directory Certificate Mapping"
  16. Const L_ENABLEMAPPING_TEXT="Enable the Windows directory service mapper."
  17. '=== Code Change RWS ==='
  18. Const L_MAPDESC_TEXT = "Client certificates can be mapped to Windows NT user accounts. This allows access control to resources using client certificates. You can edit the mappings using the IIS snap-in."
  19.  
  20. ' Resizable elements
  21.  
  22. ' Horizontal Rules
  23. Const L_PWAUTHHR_NUM = 160
  24. Const L_SECCOMMHR_NUM = 280
  25. Const L_ACCESSHR_NUM = 180
  26.  
  27. ' Dialogs ivoked from this page
  28.  
  29. ' Authorization Method
  30. Const L_IIAUTH_W = 500
  31. Const L_IIAUTH_H = 500
  32.  
  33. ' Secure Communications
  34. Const L_IICOMM_W = 500
  35. Const L_IICOMM_H = 375
  36. Const L_ENABLEMAPPING_HR = 200
  37.  
  38. ' IP Access Dialog - defined in iiaccess.str
  39. %>